ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewRequest<T> Class / Column Property

In This Topic
    Column Property (CollectionViewRequest<T>)
    In This Topic
    Gets or sets which column of data will be acquired
    Syntax
    'Declaration
     
    Public Property Column As String
    public string Column {get; set;}
    See Also